bitkeeper revision 1.1034 (40e28d7bx0XoTn2USwCDCvPvUTLZjQ)
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Wed, 30 Jun 2004 09:52:59 +0000 (09:52 +0000)
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Wed, 30 Jun 2004 09:52:59 +0000 (09:52 +0000)
commit5d9ba6096cd2847852ce931d51e428cc3745b6b6
tree5fa6d660317709d1958c3713c27dcfbccd851292
parentf3425596749425d45eb7debae7901af24ac61138
bitkeeper revision 1.1034 (40e28d7bx0XoTn2USwCDCvPvUTLZjQ)

Rename ext to lowlevel.
23 files changed:
.rootkeys
tools/Make.defs
tools/python/setup.py
tools/python/xen/ext/__init__.py [deleted file]
tools/python/xen/ext/xc/Makefile [deleted file]
tools/python/xen/ext/xc/setup.py [deleted file]
tools/python/xen/ext/xc/xc.c [deleted file]
tools/python/xen/ext/xu/__init__.py [deleted file]
tools/python/xen/ext/xu/domain_controller.h [deleted file]
tools/python/xen/ext/xu/xu.c [deleted file]
tools/python/xen/lowlevel/__init__.py [new file with mode: 0644]
tools/python/xen/lowlevel/xc/xc.c [new file with mode: 0644]
tools/python/xen/lowlevel/xu/__init__.py [new file with mode: 0644]
tools/python/xen/lowlevel/xu/domain_controller.h [new file with mode: 0644]
tools/python/xen/lowlevel/xu/xu.c [new file with mode: 0644]
tools/python/xen/xend/XendConsole.py
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/XendNode.py
tools/python/xen/xend/server/SrvDaemon.py
tools/python/xen/xend/server/channel.py
tools/python/xen/xend/server/console.py
tools/python/xen/xend/server/messages.py